func runtime.traceBufFlush

8 uses

	runtime (current package)
		trace.go#L696: 						traceBufFlush(buf, gen)
		tracebuf.go#L147: 			traceBufFlush(w.traceBuf, w.gen)
		tracebuf.go#L160: 			traceBufFlush(w.traceBuf, w.gen)
		tracebuf.go#L368: func traceBufFlush(buf *traceBuf, gen uintptr) {
		tracecpu.go#L203: 			traceBufFlush(buf, gen)
		traceruntime.go#L706: 					traceBufFlush(buf, uintptr(i))
		tracestring.go#L94: 			traceBufFlush(t.buf, gen)
		tracetime.go#L109: 		traceBufFlush(w.traceBuf, gen)